home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / IIS5_01.CAB / IIS_cocss.css < prev    next >
Encoding:
Cascading Style Sheet File  |  1998-09-16  |  2.7 KB  |  115 lines

  1. /* BackOffice Common Linked Style Sheet for IE3 - last updated 10-10-97 */
  2.  
  3. body        { background: #FFFFFF;      /*K2 and Proxy white background*/
  4.     /*    background: #FEFEFE;  */    /*SMS yellow background*/
  5.     /*    font-size: 70%; */        /*SMS font size*/
  6.         font-size: 75%;             /*K2 and Proxy font size*/
  7.         font-family: Verdana, Arial, Helvetica;  }
  8.  
  9. a:link        {  background: transparent;    color: #0000FF} 
  10.  
  11. a:visited     {  color: #800080}
  12.  
  13. h1        {  font-weight: bold;
  14.         font-size: 55%;
  15.         margin-bottom: -2.2em; }
  16.  
  17. h2        {  font-weight: bold;
  18.         font-size: 66%;
  19.         margin-top: 6pt;
  20.         margin-bottom: -2.2em; }
  21.  
  22. h3        {  font-weight: bold;
  23.         font-size: 77%;
  24.         margin-top: 6pt;
  25.         margin-bottom: -3em;  }
  26.  
  27. h4        {font-size: 105%;
  28.         margin-top: 1.2em;
  29.         margin-bottom: .5em  }
  30.  
  31. h5        {font-size: 100%;
  32.         margin-top: 1.2em;
  33.         margin-bottom: .5em }
  34.  
  35. h6        {font-size: 100%;
  36.         margin-top: 1.2em;
  37.         margin-bottom: .5em }
  38.             
  39. p        {  margin-top: -2em;
  40.         margin-bottom: -2em;  }    
  41.  
  42. ol p        {  margin-top: -4em;  }        /*paragraph inside a numbered list*/
  43.  
  44. ol dl        {  margin-top: -4em;
  45.         margin-left: -31pt;  }        /*term/def list inside a numbered list*/
  46.  
  47. ol dl dl    {  margin-top: 0em;
  48.         margin-left: 0pt;  }        /*term/def list inside a term/def list*/
  49.  
  50. ul p        {  margin-top: -4em;  }        /*paragraph inside a bulleted list*/
  51.  
  52. big        {  font-weight: bold; 
  53.         font-size: 75%;
  54.         margin-bottom: -6em;  }
  55.         
  56. ol        {  margin-left: -15pt;
  57.         margin-top: -7em;  }
  58.     
  59. ul        {  margin-left: -15pt;
  60.         margin-top: -15em;  }
  61.             
  62. ol ul        {  margin-top: 2em;
  63.         margin-bottom: -6em;  }    /*bulleted list inside a numbered list*/
  64.  
  65. ul ul        {  margin-top: 2em;
  66.         margin-bottom: -6em;  }    /*bulleted list inside a bulleted list*/
  67.  
  68. dl ul        {  margin-left: 0pt;
  69.         margin-top: 0pt;  }        /*bulleted list inside a def/term*/
  70.             
  71. li        {  margin-top: 4pt;  }
  72.                         
  73. code    {  font-family: Courier;  
  74.         font-size: 100%;  }
  75.  
  76. pre        { font-family: Courier; 
  77.         font-size: 100%;  }
  78.  
  79. dl        { margin-top: -10em;  }
  80.  
  81. dt        {  font-weight: bold;
  82.         margin-left: 15pt;  }
  83.  
  84. dd        {  margin-top: 1pt; 
  85.         margin-bottom: 10pt;  }
  86.         
  87. div dt    {  margin-left: -2pt;  }            
  88.         
  89. hr        {  margin-bottom: 20pt; }    /*IIS specific - preceding copyright*/
  90.         
  91. table    { margin-top: 2pt;
  92.         margin-bottom: 10pt;  }
  93.             
  94. object    {  margin-top: 0pt;
  95.         line-height: 11.3em;  }
  96.  
  97. img        {  margin-top: -4pt;  }
  98.  
  99.  
  100. indent     { margin-left: 12pt; }
  101.  
  102.  
  103. /*    MISC. TAGS    */
  104.             
  105. p.bigfix    {  margin-top: -11em;
  106.         margin-bottom: -11em;  }  /*paragraph following a list, preceding a procedure*/
  107.                     
  108. p.indent    { margin-left: 1.5em }
  109.  
  110. hr.sms    {  text-align: left;
  111.         margin-bottom: 7pt;  }  /*SMS specific rule used under procedure title*/
  112.  
  113. hr.iis    {  color: black;
  114.         margin-bottom: 20pt; }    /*IIS specific - preceding copyright*/
  115.